home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / octa209s.zip / octave-2.09 / libs / mkfifo / config.emx next >
Text File  |  1996-11-15  |  1KB  |  54 lines

  1. #if defined (EMX)
  2.  
  3. #define NAMED_FUNCTIONS 1
  4. #define HANDLE_MAN_PAGES
  5. #define DEFAULT_INFOPATH ".;i:/apps/emacs/info"
  6. #define C_ALLOCA
  7. #define DIRENT
  8. #define HAVE_ALLOCA_H
  9.  
  10. /* Define if the setvbuf function takes the buffering type as its second
  11.    argument and the buffer pointer as the third, as on System V
  12.    before release 3.  */
  13. #undef SETVBUF_REVERSED
  14.  
  15. /* Define if your <sys/time.h> declares struct tm.  */
  16. #define TM_IN_SYS_TIME
  17.  
  18. /* Define if the closedir function returns void instead of int.  */
  19. #undef VOID_CLOSEDIR
  20.  
  21. #define HAVE_SGTTY_H
  22. #undef HAVE_TERMIOS_H
  23. #define HAVE_TERMIO_H
  24. #define HAVE_ATEXIT
  25. #define HAVE_GETCWD
  26. #undef HAVE_GETHOSTNAME
  27. #undef HAVE_ISINF
  28. #undef HAVE_ISNAN
  29. #undef HAVE_ON_EXIT
  30. #undef HAVE_RINDEX
  31. #define HAVE_SETVBUF
  32. #define HAVE_STRING_H
  33. #undef HAVE_STRCASECMP
  34. #define HAVE_STRERROR
  35. #define HAVE_STRICMP
  36. #undef HAVE_STRNCASECMP
  37. #define HAVE_STRNICMP
  38. #define HAVE_STRDUP
  39. #define HAVE_VFPRINTF
  40. #define HAVE_VSPRINTF
  41. #define HAVE_SYS_FCNTL_H
  42. #undef HAVE_SYS_PTEM_H
  43. #undef HAVE_SYS_SELECT_H
  44. #define HAVE_SYS_TIME_H
  45. #undef HAVE_SYS_TTOLD_H
  46. #define HAVE_SYS_UTSNAME_H
  47. #define HAVE_UNISTD_H
  48. #define HAVE_VARARGS_H
  49.  
  50. #undef HAVE_POSIX_SIGNALS
  51. #undef HAVE_BSD_SIGNALS
  52.  
  53. #endif
  54.